home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000369_news@newsmaster….columbia.edu _Sat Nov 28 16:08:20 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA04345
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 28 Nov 1998 16:08:20 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA07421
  7.     for kermit.misc@watsun; Sat, 28 Nov 1998 16:08:20 -0500 (EST)
  8. Path: news.columbia.edu!panix!howland.erols.net!news.maxwell.syr.edu!news1.best.com!204.247.247.47.MISMATCH!news.ncal.verio.com!not-for-mail
  9. From: "Dennis" <dirvine@psln.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: vms term emulation
  12. Date: Sat, 28 Nov 1998 13:04:42 -0800
  13. Organization: Verio Northern California's Usenet News Service
  14. Lines: 52
  15. Message-ID: <73pop0$8ct$1@news.ncal.verio.com>
  16. References: <73huqf$7ch$1@news.ncal.verio.com> <73mii2$d3e$1@news.ncal.verio.com> <73mlb6$7jk$1@apakabar.cc.columbia.edu> <73mpvu$gi6$1@news.ncal.verio.com> <73n1te$dfr$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: quincy25.psln.com
  18. X-Priority: 3
  19. X-MSMail-Priority: Normal
  20. X-Newsreader: Microsoft Outlook Express 5.00.0810.800
  21. X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:9576
  23.  
  24. There are certain programs on the Alpha, which when run causes the Alpha to
  25. switch to vt100 mode.  Kermit however stays in VT320 mode. When I exit the
  26. Alpha programs and get to a VMS prompt and then do a "show term" it shows
  27. the Alpha in VT100 mode.  But my status window in k95 on my pc shows VT320.
  28. When this happens the PF3 keys don't work.
  29.  
  30. Any suggestions?
  31. Dennis
  32. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote in message
  33. news:73n1te$dfr$1@apakabar.cc.columbia.edu...
  34. >In article <73mpvu$gi6$1@news.ncal.verio.com>, Den <dirvine@psln.com>
  35. wrote:
  36. >: This is all the TELNET items in my debug log.   Hope this will help you
  37. in
  38. >: pointing me in the right direction to get VMS and K95 on the same track.
  39. >:
  40. >TELNET SENT WILL TERMINAL-TYPE=24
  41. >TELNET SENT WILL NEGOTIATE-ABOUT-WINDOW-SIZE=31
  42. >TELNET SENT WILL NEW-ENVIRONMENT=39
  43. >TELNET RCVD DO TERMINAL-TYPE=24
  44. >TELNET RCVD SB TERMINAL-TYPE SEND  IAC SE
  45. >TELNET SENT SB TERMINAL-TYPE IS vt320 IAC SE
  46. >TELNET RCVD DONT NEGOTIATE-ABOUT-WINDOW-SIZE=31
  47. >TELNET SENT WONT NEGOTIATE-ABOUT-WINDOW-SIZE=31
  48. >TELNET RCVD DONT NEW-ENVIRONMENT=39
  49. >TELNET SENT WONT NEW-ENVIRONMENT=39
  50. >TELNET RCVD WILL SUPPRESS-GO-AHEAD=3
  51. >TELNET SENT DO SUPPRESS-GO-AHEAD=3
  52. >TELNET RCVD SB TERMINAL-TYPE SEND  IAC SE
  53. >tn_sttyp[vt320]
  54. >TELNET SENT SB TERMINAL-TYPE IS vt320 IAC SE
  55. >TELNET RCVD DONT TERMINAL-TYPE=24
  56. >TELNET SENT WONT TERMINAL-TYPE=24
  57. >TELNET RCVD WILL ECHO=1
  58. >TELNET SENT DO ECHO=1
  59. >TELNET SENT DO LOGOUT=18
  60. >
  61. >So Kermit sends its terminal type as VT320.  That's all that happens.
  62. >So Kermit is not changing its terminal type due to Telnet negotiations.
  63. >Therefore it is happening for some other reason.  The only possible reasons
  64. >are:
  65. >
  66. > 1. A "set conformance level" escape sequence from the host (a session log
  67. >    would reveal this, but please don't post it here).
  68. >
  69. > 2. A command in your k95custom.ini, script, or macro is doing it.
  70. >
  71. > 3. You hit the Alt-T key, which toggles terminal types.
  72. >
  73. >- Frank
  74.  
  75.